-
Notifications
You must be signed in to change notification settings - Fork 0
add basic test of IDOM #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Archmonger can you approave/merge this? |
Awaiting one response on a potential typo. Let me know if it was intentional. |
I think you forgot to publish the review. |
@@ -32,4 +32,4 @@ jobs: | |||
run: | | |||
npm install -g npm@latest | |||
npm --version | |||
nox -s test | |||
nox -s test -- --headless |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the double dash (-- --headless
)intentional here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that was intentional - it delimits CLI args for nox
vs args that end up a Session.posargs
in noxfile.py
(see here)
My bad, published. |
Make django_idom an installable app
No description provided.